What is the Java equivalent of @Right? I want to retrieve the 10 rightmost characters of a string using java. thanks!
Go back